NUnit Test Generator
Template Descriptions
Collapse All
Expand All
View with Navigation Tools
Using NUnit Test Generator > Template Descriptions
Class To Interface CSharp.cs
- Create an interface from a C# class.
Class To Interface VB.net.vb
- Create an interface from a VB.NET class.
Class to NHibernate.hbm.xml
- Create an NHibernate mapping file from a class.
Class to XSD.xsd
- Create an XSD from a class
csUnit CSharp.cs
- Create unit tests with csUnit for a C# class.
csUnit VB.net.vb
- Create unit tests with csUnit for a VB.NET class.
Dual Adapter CSharp.cs
- Adapter Pattern, create a class to map two different classes to the same set of properties and methods.
HTML Quick Doc.htm
- Quick html documentation on the methods in a class
MbUnit CSharp.cs
- Create unit tests with mbUnit for a C# class.
MbUnit VB.net.vb
- Create unit tests with mbUnit for a VB.NET class.
MSTest CSharp.cs
- Create unit tests with MSTest for a C# class.
MSTest VB.net.vb
- Create unit tests with MSTest for a VB.NET class.
NUnit CSharp.cs
- Create unit tests with NUnit for a C# class.
NUnit CSharp Min Max Null.cs
- Create NUnit tests with Range Checking for a C# class.
NUnit CSharp No Setup.cs
- Create NUnit tests with no setup method for a C# class.
NUnit VB.net.vb
- Create unit tests with NUnit for a VB.NET class.
NUnit VB.net Min Max Null.vb
- Create NUnit tests with Range Checking for a VB.NET class.
SimpleListOfPropertiesAndMethods.txt
- Create a Simple List of properties and methods in a text file.
Single Adapter CSharp.cs
- Wrap a class using the adapter pattern for a C# class.
WCF DRO Data Contract CSharp.cs
- Create a Data Read Object for a WCF Contract for a C# class.
WCF DTO cSharp.cs
- Create a Data Translation Object for WCF for a C# class.
WCF Service Behavior CSharp.cs
- Create a WCF Service Behavior for a C# class.
WCF Service Contract CSharp.cs
- Create a WCF Service Contract for a C# class.
XUnit CSharp.cs
- Create unit tests with XUnit for a C# class.
XUnit VB.net.vb
- Create unit tests with XUnit for a VB.NET class.